PDF4Java Reference Documentation
com.o2sol.pdf4java.content.visualobjects Package / PDFPathItem Class


In This Topic
    PDFPathItem Class Methods
    In This Topic

    For a list of all members of this type, see PDFPathItem members.

    Public Methods
     NameDescription
    Public MethodGets the item points.
    The number of points in the array depends on the item type. MoveTo and LineTo types have a single point, CCurveTo has 3 points, VCurveTo and YVCurveTo have 2 points and the CloseSubpath has no points (the array is null).  
    Public MethodGets the type of the path item.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodReturns a string that represents the current Object.  
    Top
    See Also